home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
windows
/
win31
/
skyw200.arj
/
SPRING.SCR
< prev
next >
Wrap
Text File
|
1993-09-03
|
1KB
|
83 lines
;@&Tour of spring sky
;this script takes you for a tour of the spring sky
;
input "Would you like a print-out?",A$
let A$=left$(A$,1)
if A$="y" then let A$="Y"
;
;set where and when
get_date Year,M,D
set_date Year,6,1
set_time 23.0
;
;map scale and magnitude limit
set_scale 1
set_limit 6
;
;map options
;
set_switch "ALL",0
set_switch "LINES",1
set_switch "MESS",1
set_switch "OBJID",1
set_switch "CONABV",1
;
;show the whole sky
;
set_center "ZENITH"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Ophiuchus
;
set_center "CON","OPH"
set_limit 9
set_switch "grid",1
set_scale 3
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Serpens
;
set_center "CON","SER"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Scorpius
;
set_center "CON","SCO"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Libra
;
set_center "CON","LIB"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Virgo
;
set_center "CON","VIR"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Coma Berenices
;
set_center "CON","COM"
plot_map
if a$="Y" then print_map
wait 5
;
;show a close-up of Leo
;
set_center "CON","LEO"
plot_map
if a$="Y" then print_map
wait 5